home *** CD-ROM | disk | FTP | other *** search
/ IRIX Patches 1995 June / SGI IRIX Patches 1995 Jun.iso / 5.3_patches / patchSG0000154 / patchSG0000154.idb / usr / share / src / OpenGL / libaux / image.c.z / image.c
Encoding:
C/C++ Source or Header  |  1995-06-12  |  222 b   |  13 lines

  1. #include "tk.h"
  2. #include "aux.h"
  3.  
  4. #if defined(__cplusplus) || defined(c_plusplus)
  5. #define class c_class
  6. #endif
  7.  
  8.  
  9. AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
  10. {
  11.     return (AUX_RGBImageRec *)tkRGBImageLoad(fileName);
  12. }
  13.